0:00–0:10
Recap
0:10–0:35
Lecture
0:35–1:40
Lab 6-C
1:40–1:50
Bonus
1:50–2:00
Debrief
0:00 – 0:10Recap · 10 min

Day 2 review & the configuration gap

0:10 – 0:35Lecture · 25 min

Configuration profiles — the three delivery mechanisms and what they manage

Configuration profiles push settings silently to devices without user interaction. Three delivery mechanisms cover different use cases — knowing when to use each is an admin design decision.

The three Intune configuration profile types for Windows

TypeWhat it configuresBest forBacked by
Settings catalogIndividual Windows settings from a searchable catalogue of thousands of policiesGranular specific settings; replacing individual GPOsMDM CSP policies
TemplatesPre-built policy groupings — Administrative Templates (ADMX), Endpoint Protection, Device Restrictions, VPN, Wi-FiCommon configuration bundles; familiar GPO-equivalent settingsMDM CSP + ADMX-backed policies
Custom (OMA-URI)Any MDM CSP setting not yet surfaced in the catalogue — URI/value pairsAdvanced settings; vendor-specific CSPs; not-yet-catalogued settingsRaw MDM CSP

Known Folder Move — the Lab 4-D payoff

Before KFM
Desktop, Documents, Pictures on local disk only — lost if device fails
Intune deploys KFM
Two CSP settings pushed via Settings Catalog: KFMSilentOptIn + KFMBlockOptOut
After KFM
Desktop, Documents, Pictures auto-sync to OneDrive — cloud-backed, device-independent
Instructor note: The KFM demo is the most satisfying moment of Day 3 — deploying the profile and watching the user's Desktop folder silently appear in OneDrive (typically 10–15 minutes after policy application) is a concrete visible result. Run this live on WIN-CLIENT-01 on the projector. Students who did Lab 4-D Bonus B will recognise the exact registry keys they researched — make that connection explicit.
0:35 – 1:40Guided lab · 65 min

Lab 6-C: Known Folder Move, Update rings, and Endpoint Security baseline

Students deploy KFM via a Settings Catalog profile, configure Pilot and Production Windows Update rings, apply the Windows Security Baseline, and verify all three profiles on WIN-CLIENT-01.

OneDrive must be signed in for KFM to work: KFM applies the registry keys but sync only starts if the OneDrive client is running and signed into the correct M365 work account. Check: right-click OneDrive tray icon → Settings → Account tab → confirm the work account is active.
The Week 4 payoff: KFM connects Lab 4-D (OneDrive storage quota and retention) with Lab 6-C (Intune config profiles). A user's Desktop, Documents, and Pictures are now automatically cloud-backed — the 180-day OneDrive retention configured in Week 4 now protects these folders too.
1:40 – 1:50Bonus · 10 min

⭐ Bonus: Autopilot hash & custom OMA-URI profile

⭐ Bonus A — Collect Autopilot hardware hash from WIN-CLIENT-01
  • On WIN-CLIENT-01 (PowerShell Admin): Install-Script -Name Get-WindowsAutoPilotInfoGet-WindowsAutoPilotInfo -OutputFile C:\AutopilotHash.csv
  • Open the CSV — review hardware hash, serial number, product key columns
  • Intune → Devices → Enroll devices → Windows enrollment → Autopilot → Devices → Import the CSV
  • Lab Journal: what is Autopilot and how does it differ from hybrid join? What happens the first time a user powers on an Autopilot-registered device out of the box?
⭐ Bonus B — Custom OMA-URI screensaver timeout
  • Intune → Configuration → + Create → Windows 10 and later → Templates → Custom. Name: LL — Screensaver Timeout
  • OMA-URI: ./User/Vendor/MSFT/Policy/Config/DeviceLock/ScreenTimeoutWhileLocked · Data type: Integer · Value: 900 (15 minutes)
  • Assign to SG — All Windows Devices. Verify on WIN-CLIENT-01 after sync.
  • Lab Journal: when would you need OMA-URI instead of Settings Catalog? What limitation does the Settings Catalog have that raw OMA-URI doesn't?
1:50 – 2:00Debrief · 10 min

Reflection & preview

Learning outcomes — by end of Day 3, students can…

Distinguish profile typesDescribe Settings Catalog, Templates, and Custom OMA-URI and when to use each
Deploy KFM via IntuneCreate a Settings Catalog profile using KFMSilentOptIn and KFMBlockOptOut
Verify KFM via registryConfirm application via regedit and PowerShell registry query
Configure Update ringsCreate Pilot and Production rings with appropriate deferral periods
Apply Security BaselineDeploy the Windows Security Baseline and describe what it configures
Identify conflictsRecognise and explain the Conflict status in device configuration reporting

What you need ready

WIN-CLIENT-01 enrolled + compliant from Days 1–2 SG — All Windows Devices group from Day 2 OneDrive sync client running on WIN-CLIENT-01 with M365 account signed in Entra ID Tenant ID (entra.microsoft.com → Overview) Intune portal (intune.microsoft.com)
Day 4 →Week 6 Overview